home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / pls.dir / Internal_132.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  378 b   |  20 lines

  1. on menusel
  2.   global lan
  3.   if lan = "e" then
  4.     set the visible of sprite 39 to 0
  5.     set the visible of sprite 40 to 0
  6.   else
  7.     nothing()
  8.   end if
  9.   if lan = "f" then
  10.     set the visible of sprite 39 to 1
  11.     set the visible of sprite 40 to 0
  12.   else
  13.   end if
  14.   if lan = "g" then
  15.     set the visible of sprite 39 to 0
  16.     set the visible of sprite 40 to 1
  17.   else
  18.   end if
  19. end
  20.